ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / GeoGridLayer<T> Class
Members

In This Topic
    GeoGridLayer<T> Class
    In This Topic
    Represents a map layer with grid for geographical data.
    Object Model
    GeoGridLayer<T> ClassColorScale ClassSVGStyle Class
    Syntax
    'Declaration
     
    
    Public Class GeoGridLayer(Of T) 
       Inherits ExtraMapLayer(Of T)
    public class GeoGridLayer<T> : ExtraMapLayer<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.MapLayerBase<T>
          C1.Web.Mvc.ExtraMapLayer<T>
             C1.Web.Mvc.GeoGridLayer<T>

    See Also